.index_news{ margin-bottom:39px; margin-top:30px;}
.index_news .index_news_title{width:100%; position:relative; text-align:left; background:url(../ZERO/img/news_line.jpg) left bottom no-repeat; font-size:28px; color:#1f1f1f; font-weight:normal; line-height:41px; padding:10px 0px 10px 0px;}
.index_news .index_news_title span{ float:right;}
.index_news .index_news_title span a{ font-size:14px; color:#6f6f6f; line-height:41px;}
.index_news .index_news_title span a:hover{ text-decoration:underline; color:#6f6f6f;}

.index_news_list{margin-top:28px; width:49%; float:left; overflow:hidden}
.index_news_pic1{ float:left; width:23%;}
.index_news_nr{float:right; width:75%;}
.index_news_nr ul li{ font-size:15px; color:#999999; text-align:left; line-height:30px;}
.index_news_nr ul li a{font-size:15px; color:#999999;}
.index_news_nr ul li a:hover{color:#333333;}
.index_news_nr ul li span{ float:right; font-size:14px; color:#999999; line-height:25px;}


@media (max-width:767px){
.index_news{ margin-bottom:0px; margin-top:15px;}
.index_news_list{width:100%; margin:auto; margin-top:20px; float:none;}
.index_news_pic1{ display:none;}
.index_news_nr{width:100%;}
.index_news_nr ul li a{font-size:14px; color:#999999;}
.index_news_nr ul li{ border-bottom:1px solid #cccccc; padding:5px 0;}
.index_news_nr ul li span{width:100%; text-align:left; font-size:13px; color:#999999; line-height:25px;}
.mobile_hidden{ display:none !important;}
}
#index_news_animate1,#index_news_animate1-1,#index_news_animate1-2{

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: .2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 1s;
  -moz-animation-delay: .2s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation-duration: 1s;
  -ms-animation-delay: .2s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: .2s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}